From 6c0458c4286d62708f3967b3c5f162fafbb6208f Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Mon, 23 Nov 1998 04:37:57 +0000 Subject: [PATCH] remove extraneous comma * gtk/gtkobject.h: remove extraneous comma -Yosh --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtkobject.h | 2 +- 8 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efc272e536..f197a6566c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index efc272e536..f197a6566c 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index efc272e536..f197a6566c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index efc272e536..f197a6566c 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index efc272e536..f197a6566c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index efc272e536..f197a6566c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index efc272e536..f197a6566c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Sun Nov 22 20:37:06 PST 1998 Manish Singh + + * gtk/gtkobject.h: remove extraneous comma + Mon Nov 23 05:21:50 1998 Tim Janik * gtk/gtkcontainer.c: diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index 7900f84c70..e16006dd16 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -74,7 +74,7 @@ typedef enum GTK_DESTROYED = 1 << 0, GTK_FLOATING = 1 << 1, GTK_CONNECTED = 1 << 2, - GTK_CONSTRUCTED = 1 << 3, + GTK_CONSTRUCTED = 1 << 3 } GtkObjectFlags; /* Macros for extracting the object_flags from GtkObject. -- 2.30.2